找传奇、传世资源到传世资源站!

C++实现流媒体客户端程序

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

利用RTP/TCP协议实现流媒体客户端播放器
an rtsp client, with rtp packet receiving, rtcp handing, video decoding, audio decoding, and playing functions.Currently it suppports:1. RTP over TCP(udp transmission is not implemented).2. send heartbeat message(VIA OPTIONS) to server.3. support video stream format: MPEG4, H264, H265.4. support audio stream format: AMR, AAC, MP3.5. support Authorization, that means it can login on server which needs username and password.6. receive video and audio RTCP packet and get npt time info, the player can use both info to keep video-audio synchronize.7. support video and audio decoding and playing, and decoding video/audio uses ffmpeg.the client player is written in C , with VS2008. 

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复